home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WINDBASE / JORF2.LZH / INSTDOS.BAT next >
DOS Batch File  |  1992-04-01  |  3KB  |  68 lines

  1. echo off
  2. cls
  3. if exist jorffils.zip goto BeginInstall
  4. echo Please be sure the INSTALLATION disk is in the
  5. echo drive, and you are logged to that drive.  For
  6. echo instance, if the disk is in Drive A, type "A:"
  7. echo to log to that drive, then type INSTDOS.
  8. goto TheEnd
  9. :BeginInstall
  10. echo      ╔═════════════ The JORF Interpreter and Tutorial ═══════════════╗
  11. echo      ║ Version 2.0                                   April 1, 1992   ║▓▓
  12. echo      ║                                                               ║▓▓
  13. echo      ║ INSTDOS.BAT will create a new directory called C:\JORF and    ║▓▓
  14. echo      ║ copy the contents of this disk there.  This package takes     ║▓▓
  15. echo      ║ about 1.5 MB hard disk space.  If translate programs, or      ║▓▓
  16. echo      ║ create new JORF Language programs you will need more space.   ║▓▓
  17. echo      ║                                                               ║▓▓
  18. echo      ║ If wish to install this package on another drive, Strike      ║▓▓
  19. echo      ║ Ctrl-C, and type Y to terminate INSTDOS.BAT.  Then, copy      ║▓▓
  20. echo      ║ all files to the directory you want.  Unzip them using        ║▓▓
  21. echo      ║ PKUNZIP, and start by typing JORF.                            ║▓▓
  22. echo      ║                                                               ║▓▓
  23. echo      ║ It is easier to press RETURN, and let INSTDOS.BAT finish.     ║▓▓
  24. echo      ╚═══════════════════════════════════════════════════════════════╝▓▓
  25. echo        ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  26. pause
  27. cls
  28. if exist c:\jorf\help.jrf goto GetDisk2
  29. echo Creating \JORF Directory
  30. mkdir c:\jorf
  31.  
  32. echo Unzip sample files
  33. copy    jorf.me     c:\jorf
  34. copy    pkunzip.exe c:\jorf
  35. c:\jorf\pkunzip jorffils.zip c:\jorf
  36.  
  37. :GetDisk2
  38. if exist jorfdos.zip goto Disk2
  39. echo Please insert Disk 2 into the floppy disk drive
  40. pause
  41. Goto GetDisk2
  42.  
  43. :Disk2
  44. c:\jorf\pkunzip jorfdos.zip    c:\jorf
  45.  
  46. echo Change Directories to \JORF
  47. c:
  48. cd \jorf
  49.  
  50. cls
  51. echo      ╔════════════════════ Installation Complete ════════════════════╗
  52. echo      ║ The JORF Interpreter and Tutorial are now in installed on     ║▓▓
  53. echo      ║ your hard disk.  To start JORF, just type "JORF".             ║▓▓
  54. echo      ║                                                               ║▓▓
  55. echo      ║ The JORF Manual has also been installed.  Just print this     ║▓▓
  56. echo      ║ on any dot matrix or laser printer.  The manual is about      ║▓▓
  57. echo      ║ 190 pages long.  It is called MANUAL.TXT                      ║▓▓
  58. echo      ║                                                               ║▓▓
  59. echo      ║ Press ENTER to automatically start the Tutorial.              ║▓▓
  60. echo      ║                                                               ║▓▓
  61. echo      ║ (If Tutorial does not display - see JORFFIXS.TXT for info)    ║▓▓
  62. echo      ╚═══════════════════════════════════════════════════════════════╝▓▓
  63. echo        ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  64. pause
  65. echo on
  66. JORF Tutorial
  67. :TheEnd
  68.